home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / crossedit / Str.h < prev    next >
C/C++ Source or Header  |  1996-07-24  |  305b  |  10 lines

  1.  
  2. #ifndef __CEXTRACT__
  3.  
  4. extern char *StrPathNormalize (/* char *this, char *src */);
  5. extern char *StrPathCd (/* char *cwd, const char *cd */);
  6. extern char *StrPathGenCd (/* char *cwd, const char *dstArg */);
  7. extern char *StrBasename (/* char *basename, const char *filename */);
  8.  
  9. #endif /* __CEXTRACT__ */
  10.